home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8166 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nntp.onyx.net!claymoor
  2. From: Adam.Morris@octacon.co.uk (Adam Morris)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: ANSI C++ Draft question
  5. Date: Thu, 15 Feb 96 14:50:06 GMT
  6. Organization: Octacon Ltd
  7. Message-ID: <4fuvlt$9li@mulgave.octacon.co.uk>
  8. References: <DMFKzA.Jru@iquest.net> <DMHDt7.L7t@research.att.com>
  9. NNTP-Posting-Host: claymoor.onyx.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <DMHDt7.L7t@research.att.com>,
  13.    ark@research.att.com (Andrew Koenig) wrote:
  14. >In article <DMFKzA.Jru@iquest.net> bjones@sams.mcp.com (Bradley L. Jones) 
  15. writes:
  16. >
  17. >> Does the ANSI C++ Draft standard define operator precedence?  I couldn't 
  18. >> find this defined anywhere and need to verify the operator precedence for 
  19.  
  20. Try section 5 (unfortunately it does say that order of evaluation is not 
  21. specified but does mention precedence in some of the subsections on operators)
  22. C++ Problem Solving and Programming by K. A. Barclay and B.J.Gordon has an 
  23. appendix listing operator precedence but I don't know how well it conforms to 
  24. the standard and not just current practice.  It's by Prentice Hall  ISBN 
  25. 0-13-126673-X
  26.  
  27. >It's still available for ftp from research.att.com, directory dist/c++std/WP.
  28.  
  29. That's just the draft standard which I assume he has...
  30.